home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / intro.dir / 00062.ls < prev    next >
Encoding:
Text File  |  1997-07-23  |  320 b   |  19 lines

  1. on start_the_timer
  2.   global gtimer
  3.   set gtimer to the timer
  4. end
  5.  
  6. on mouseUp
  7.   if the doubleClick then
  8.     puppetSound(0)
  9.     go(1, "drom.dir")
  10.   end if
  11. end
  12.  
  13. on startMovie
  14.   preloadMember("cosford.aif")
  15.   if (the machineType = 256) and ((the platform contains "16") = 0) then
  16.     puppetSound("cosford.aif")
  17.   end if
  18. end
  19.